Xbasic

INET::SSLSocket::Query_TCP Method

Syntax

Result_Flag as L = INET::SSLSocket::Query_TCP( LocalHost as C, LocalPort as N, RemoteHost as C, RemotePort as N, State as N )

Arguments

Result_Flag

TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).

LocalHost

The URL of the local computer.

LocalPort

The port used on the local computer.

RemoteHost

The URL of the remote computer.

RemotePort

The port used on the remote computer.

State

Numeric

Description

Returns .T. (TRUE) if the TCP connection described by the arguments matches an active connection.

See Also